Follow redirects when truncating/deleting - #15722
Conversation
The config on the ccdb-test.cern.ch changed. Now the truncate endpoint and the DELETE is HTTPS. Trying with HTTP will now redirect to HTTPS with the Location header, which needs to be followed.
|
The unit test CCDB/test/testCcdbApi.cxx is failing on AARCH64. Is it related? |
Yes it is related, that is the test that was failing before on my machine. The changes should have fixed it. |
|
I suspect the issue is some expired / missing certificate on the arm builder. Before the fix of yesterday on the CCDB server side, the tests were nevertheless passing when unauthenticated. Now they do not anymore. Merging this and investigating the remaining issue separately. |
The config on the ccdb-test.cern.ch changed.
Now the truncate endpoint and the DELETE is HTTPS. Trying with HTTP will now redirect to HTTPS with the Location header, which needs to be followed.
My local CCDB
ctestis no longer failing.